Welcome![Sign In][Sign Up]
Location:
Search - hook library

Search list

[Hook apiWindowsHookLib_Source_Files

Description: Hooking DLL. Windows hook library. Keyboard, mouse, journal hooking etc.
Platform: | Size: 149444 | Author: selamicik | Hits:

[Hook apihook

Description: Hot Key library use hook function
Platform: | Size: 12022 | Author: 毒蘋果 | Hits:

[Hook api纯VB全局 Hook 测试,进程防火墙,拦截进程

Description: LIBRARY TestDLL EXPORTS DLLMain FreeHook EnableHook
Platform: | Size: 35139 | Author: vvipqq | Hits:

[Menu controlskinmenu_src

Description: 使用HOOK技术对菜单进行换肤,这是目前换肤最热的一个技术,这个例子对于想研究开发界面库的朋友是非常有用的。Kilo.XIE (list@yolee.net)31 May 2004 @ 11:03濛濛细雨 潇潇来客http://www.milstone.net-The use of technology on the menu HOOK skin, which is currently one of the hottest skin technology, this example would like to research and development for the interface library is a very useful friend. Kilo.XIE (list@yolee.net) 31 May 2004 @ 11:03 drizzle Xiaoxiao visitors http://www.milstone.net
Platform: | Size: 54272 | Author: | Hits:

[Game Hook CrackMCHDemos

Description: madCHook 外挂制作 HOOK API 库 。-madCHook external production HOOK API library.
Platform: | Size: 1021952 | Author: 不知道 | Hits:

[Hook apiGetWord_DLL

Description: 利用钩子取得屏幕上的字,其中包括金山词霸翻译小帖榜上的字符。-hook made use of the words on the screen, including free email translation small brief list of the characters.
Platform: | Size: 36864 | Author: 王彦 | Hits:

[Hook apiHook

Description: 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。 -Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use.
Platform: | Size: 796672 | Author: 程娃 | Hits:

[Hook apiCapture

Description: 钩子的使用,在动态库里,利用钩子作的截屏程序,相当好。保留着-Hook use, in a dynamic library, the use of hooks for Screenshots procedures, quite good. Retains
Platform: | Size: 5748736 | Author: 王亮卿 | Hits:

[Hook apiWindowsHookLib_Source_Files

Description: Hooking DLL. Windows hook library. Keyboard, mouse, journal hooking etc.
Platform: | Size: 149504 | Author: selamicik | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[Windows DevelopHook

Description: hookLIBRARY Hook EXPORTS SetHook @2 SEGMENTS MySec READ WRITE SHARED -LIBRARY Hook EXPORTS SetHook @2 SEGMENTS MySec READ WRITE SHARED
Platform: | Size: 14336 | Author: 灵川 | Hits:

[Hook apiVB6_Windows_Hook_Library_Binary

Description: Visual Basic6 Windows Hooking Program(Hook Library Binary etc)
Platform: | Size: 18432 | Author: Kim | Hits:

[Hook apiEasyHook_2.6_Source_Code

Description: Easy Hook 2.6 ,一个实现钩子的库,具体的可以下载去看-Easy Hook 2.6, a hook library to achieve the specific area can be downloaded to see
Platform: | Size: 513024 | Author: 王谦 | Hits:

[OS programDetours_X64

Description: 微软hook 库 sdk 开发包 64位版本,微软hook 库 sdk 开发包 64位版本-Microsoft hook library sdk development kit 64-bit version of Microsoft hook library sdk development kit 64-bit version of the
Platform: | Size: 114688 | Author: 水月 | Hits:

[Internet-Networkhook

Description: 利用VC6编写的一个hook程序,它可以劫持浏览器中的URL点击,将截获的URL交给其他库函数进行处理。-VC6 prepared using a hook program, it can hijack the browser URL clicks the URL will be intercepted for processing to other library functions.
Platform: | Size: 3789824 | Author: 田宇辰 | Hits:

[Hook apix86-x64-Hook-Library

Description: Hook library - but, expensive-Hook library - but, expensive...
Platform: | Size: 1007616 | Author: EZO | Hits:

[Hook apiHook

Description: 1、自带detours库文件 说明文件pdf 2、底层HOOK API CreateFile 有范例程序(vs2008) 3、底层Hook API DeleteFile-1, detours library comes with documentation pdf 2, bottom HOOK API CreateFile a sample program (vs2008) 3, bottom Hook API DeleteFile
Platform: | Size: 959488 | Author: zhouyongku | Hits:

[CSharpWindows-Hook-Library-(Any-CPU)

Description: Windows Hook Library (Any CPU)
Platform: | Size: 16384 | Author: xacker-87 | Hits:

[OS programdelphi-hook-library

Description: wr960204武稀松.2012.2 主页 http://www.raysoftware.cn 通用Hook库. 支持X86和X64. Get 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj, 被链接进Delphi的DCU和目标文件中.不需要额外带DLL. BeaEngin引擎 http://www.beaengine.org/ 限制: 1.不能Hook代码大小小于5个字节的函数. 2.不能Hook前五个字节中有跳转指令的函数. 希望使用的朋友们自己也具有一定的汇编或者逆向知识. Hook函数前请确定该函数不属于上面两种情况. 另外钩COM对象有一个技巧,如果你想在最早时机勾住某个COM对象, 可以在你要钩的COM对象创建前自己先创建一个该对象,Hook住,然后释放你自己的对象. 这样这个函数已经被下钩子了,而且是钩在这个COM对象创建前的.-Wr960204 Wu not.2012.2 Home http://www.raysoftware.cn General Hook library. Support X86 and Get X64. The use of open source BeaEngine anti compilation engine.BeaEngine the benefits of BCB can be compiled into OMF format Obj, Be linked into DCU s Delphi and target files. No extra tape DLL. BeaEngin engine Http://www.beaengine.org/ Limited: 1 can not Hook code size is less than 5 bytes of function. 2 can t Hook the first five bytes in a jump instruction function. Friends who want to use their own also has a certain assembly or reverse knowledge. Hook function before you determine that the function does not belong to the above two cases. In addition to hook COM object has a skill, if you want to hook in the first time a COM object, You can create a COM object that you want to hook before you create an object, Hook live, and then release your own objects. This function has been under the hook, and the hook in the COM object before the creation of the.
Platform: | Size: 929792 | Author: YyQ | Hits:

[Hook apiAPI Hooking

Description: Hook Library API Sample
Platform: | Size: 45056 | Author: robert.r627217 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net